home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Textfiles / cracking / BeginnersMacAssembly.sit.hqx / BeginnersMacAssembly.rsrc / PICT_31.png < prev    next >
Portable Network Graphic  |  1997-07-26  |  144KB  |  816x1056  |  8-bit (256 colors)
Labels: book | bulletin board | encyclical | poster | reckoner | sky | windowpane
OCR: Whetthe MR6 loads the programiniehasmeljiolsc tiadchessoaohoege fhogamthgprogram wiage certainly not be loaded at 0 Fantasm uses a special technique to make note of these addresses, and modify them accorc dingly before the program is run, but after Is this S called "relocating' However f you are using Fantasm to output code to be merged into another program generated by compiler then this code will crash because the address window handle wont be relocated *NOTE that Fantasm not normally used in the stand alone mode but in Build mode which invalidates the above statement The main consideration Is speed. Machine code is about speed call it pride. As stated above MOVE.L WINDOW HANDL F. A0 requires 6 bytes of memory What if we change the instruction to MOVE.I WINDOW HANDL E(PC), ,A0 Does this ...